feat(RHINENG-23946): Add kessel feature flag for Kessel integration#1499
Merged
mtclinton merged 1 commit intoRedHatInsights:masterfrom Feb 16, 2026
Merged
feat(RHINENG-23946): Add kessel feature flag for Kessel integration#1499mtclinton merged 1 commit intoRedHatInsights:masterfrom
mtclinton merged 1 commit intoRedHatInsights:masterfrom
Conversation
Add useKesselFeatureFlag hook to gate Kessel authorization integration behind the patch-frontend.kessel-enabled feature flag. This is part of the Kessel integration effort for patchman-ui. The feature flag allows us to incrementally roll out Kessel-based access checks without impacting existing functionality. Ref: https://issues.redhat.com/browse/RHINENG-23946
40e966d to
a42000d
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1499 +/- ##
==========================================
- Coverage 62.53% 62.50% -0.04%
==========================================
Files 127 127
Lines 3310 3312 +2
Branches 899 892 -7
==========================================
Hits 2070 2070
- Misses 1120 1122 +2
Partials 120 120 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
rverdile
approved these changes
Feb 12, 2026
|
I assume this will be followed up https://issues.redhat.com/browse/RHINENG-23947 ? Feel free to reach out if you have any questions! |
Contributor
Author
|
@rverdile exactly, yep I plan to work on that issue next week. Thanks for the review! |
Collaborator
|
Hi @mtclinton, thanks for the contribution! If you run into any questions regarding Kessel or the backend, feel free to give @rverdile or @MichaelMraka a shout. They’ll be happy to help :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add useKesselFeatureFlag hook to gate Kessel authorization integration behind the patch-frontend.kessel-enabled feature flag.
This is part of the Kessel integration effort for patchman-ui. The feature flag allows us to incrementally roll out Kessel-based access checks without impacting existing functionality.
Ref: https://issues.redhat.com/browse/RHINENG-23946
Description
Associated Jira ticket: # (issue)
Please include a summary of the change, what this fixes/creates/improves.
How to test the PR
Please include steps to test your PR.
Before the change
After the change
Dependent work link
Checklist: